home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 6 / QRZ Ham Radio Callsign Database - Volume 6.iso / pc / files / mac / varilogs.hqx / Logs / Logging Stacks UK / Directory / cards.xml < prev    next >
Encoding:
Text File  |  1992-04-29  |  3.4 KB  |  100 lines

  1. card_2152.xml
  2. <?xml version="1.0" encoding="utf-8" ?>
  3. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  4. <card>
  5.     <id>2152</id>
  6.     <filler1>0</filler1>
  7.     <bitmap>BMAP_4590.pbm</bitmap>
  8.     <cantDelete> <false /> </cantDelete>
  9.     <showPict> <true /> </showPict>
  10.     <dontSearch> <false /> </dontSearch>
  11.     <owner>2779</owner>
  12.     <link rel="stylesheet" type="text/css" href="stylesheet_2443.css" />
  13.     <content>
  14.         <layer>background</layer>
  15.         <id>27</id>
  16.         <text>
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33. </text>
  34.     </content>
  35.     <name></name>
  36.     <script></script>
  37. </card>
  38.  
  39.  
  40. card_3009.xml
  41. <?xml version="1.0" encoding="utf-8" ?>
  42. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  43. <card>
  44.     <id>3009</id>
  45.     <filler1>0</filler1>
  46.     <cantDelete> <false /> </cantDelete>
  47.     <showPict> <true /> </showPict>
  48.     <dontSearch> <false /> </dontSearch>
  49.     <owner>2779</owner>
  50.     <link rel="stylesheet" type="text/css" href="stylesheet_2443.css" />
  51.     <part>
  52.         <id>1</id>
  53.         <type>button</type>
  54.         <visible> <true /> </visible>
  55.         <reserved5> 0 </reserved5>
  56.         <reserved4> 0 </reserved4>
  57.         <reserved3> 0 </reserved3>
  58.         <reserved2> 0 </reserved2>
  59.         <reserved1> 0 </reserved1>
  60.         <enabled> <true /> </enabled>
  61.         <rect>
  62.             <left>359</left>
  63.             <top>296</top>
  64.             <right>499</right>
  65.             <bottom>308</bottom>
  66.         </rect>
  67.         <style>radiobutton</style>
  68.         <showName> <true /> </showName>
  69.         <highlight> <false /> </highlight>
  70.         <autoHighlight> <false /> </autoHighlight>
  71.         <sharedHighlight> <true /> </sharedHighlight>
  72.         <family>0</family>
  73.         <titleWidth>0</titleWidth>
  74.         <icon>0</icon>
  75.         <textAlign>center</textAlign>
  76.         <font>Chicago</font>
  77.         <textSize>12</textSize>
  78.         <textStyle>plain</textStyle>
  79.         <name>Import Data Base</name>
  80.         <script>--to use this button, prepare at least as many HC background fields
  81. --as fields separated by tabs of your text data file
  82. --    by Ted Tripp, 4588 CR 523, Bayfield, CO 81122, 303-884-9029
  83. on mouseUp
  84. ask "Import text from which file?"
  85. if it is empty then exit mouseUp
  86. put it into fileName
  87. open file fileName
  88. set cursor to 4
  89. repeat
  90. read from file fileName until return -- get first record
  91. if it is empty then
  92. doMenu "Delete Card"
  93. close file fileName
  94. exit mouseUp
  95. end if
  96. put it into data
  97. repeat with i = 1 to the number of fields
  98. put offset(tab,data) into num --gets first field (until tab)
  99. if num is 0 then -- last field of record has no tab
  100. put data into field i -- writes last field
  101. delete last char of field i -- deletes return char
  102. if first char of field i is quote then
  103. delete first char of field i
  104. delete last char of field i
  105. end if
  106. exit repeat -- stops
  107. end if
  108. put char 1 to (num - 1) of data into field i -- writes first field
  109. if first char of field i is quote then
  110. delete first char of field i
  111. delete last char of field i
  112. end if
  113. delete char 1 to num of data -- gets rid of field
  114. end repeat
  115. doMenu "New Card"
  116. end repeat
  117. close file fileName
  118. set cursor to 1
  119. end mouseUp
  120. </script>
  121.     </part>
  122.     <content>
  123.         <layer>background</layer>
  124.         <id>17</id>
  125.         <text>G0IBL</text>
  126.     </content>
  127.     <content>
  128.         <layer>background</layer>
  129.         <id>38</id>
  130.         <text>MIKE BROOKER
  131. </text>
  132.     </content>
  133.     <content>
  134.         <layer>background</layer>
  135.         <id>21</id>
  136.         <text>4 Sharpness Court
  137. </text>
  138.     </content>
  139.     <content>
  140.         <layer>background</layer>
  141.         <id>22</id>
  142.         <text>London</text>
  143.     </content>
  144.     <content>
  145.         <layer>background</layer>
  146.         <id>24</id>
  147.         <text>SE15 </text>
  148.     </content>
  149.     <content>
  150.         <layer>background</layer>
  151.         <id>25</id>
  152.         <text>071 701 7664</text>
  153.     </content>
  154.     <name></name>
  155.     <script></script>
  156. </card>
  157.  
  158.  
  159.